3.860 \(\int \frac {1+x}{\sqrt {1-x^2}} \, dx\)

Optimal. Leaf size=16 \[ \sin ^{-1}(x)-\sqrt {1-x^2} \]

[Out]

arcsin(x)-(-x^2+1)^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.00, antiderivative size = 16, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 15, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.133, Rules used = {641, 216} \[ \sin ^{-1}(x)-\sqrt {1-x^2} \]

Antiderivative was successfully verified.

[In]

Int[(1 + x)/Sqrt[1 - x^2],x]

[Out]

-Sqrt[1 - x^2] + ArcSin[x]

Rule 216

Int[1/Sqrt[(a_) + (b_.)*(x_)^2], x_Symbol] :> Simp[ArcSin[(Rt[-b, 2]*x)/Sqrt[a]]/Rt[-b, 2], x] /; FreeQ[{a, b}
, x] && GtQ[a, 0] && NegQ[b]

Rule 641

Int[((d_) + (e_.)*(x_))*((a_) + (c_.)*(x_)^2)^(p_.), x_Symbol] :> Simp[(e*(a + c*x^2)^(p + 1))/(2*c*(p + 1)),
x] + Dist[d, Int[(a + c*x^2)^p, x], x] /; FreeQ[{a, c, d, e, p}, x] && NeQ[p, -1]

Rubi steps

\begin {align*} \int \frac {1+x}{\sqrt {1-x^2}} \, dx &=-\sqrt {1-x^2}+\int \frac {1}{\sqrt {1-x^2}} \, dx\\ &=-\sqrt {1-x^2}+\sin ^{-1}(x)\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]  time = 0.01, size = 16, normalized size = 1.00 \[ \sin ^{-1}(x)-\sqrt {1-x^2} \]

Antiderivative was successfully verified.

[In]

Integrate[(1 + x)/Sqrt[1 - x^2],x]

[Out]

-Sqrt[1 - x^2] + ArcSin[x]

________________________________________________________________________________________

fricas [B]  time = 0.68, size = 30, normalized size = 1.88 \[ -\sqrt {-x^{2} + 1} - 2 \, \arctan \left (\frac {\sqrt {-x^{2} + 1} - 1}{x}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1+x)/(-x^2+1)^(1/2),x, algorithm="fricas")

[Out]

-sqrt(-x^2 + 1) - 2*arctan((sqrt(-x^2 + 1) - 1)/x)

________________________________________________________________________________________

giac [A]  time = 0.18, size = 14, normalized size = 0.88 \[ -\sqrt {-x^{2} + 1} + \arcsin \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1+x)/(-x^2+1)^(1/2),x, algorithm="giac")

[Out]

-sqrt(-x^2 + 1) + arcsin(x)

________________________________________________________________________________________

maple [A]  time = 0.05, size = 15, normalized size = 0.94 \[ \arcsin \relax (x )-\sqrt {-x^{2}+1} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x+1)/(-x^2+1)^(1/2),x)

[Out]

arcsin(x)-(-x^2+1)^(1/2)

________________________________________________________________________________________

maxima [A]  time = 2.96, size = 14, normalized size = 0.88 \[ -\sqrt {-x^{2} + 1} + \arcsin \relax (x) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1+x)/(-x^2+1)^(1/2),x, algorithm="maxima")

[Out]

-sqrt(-x^2 + 1) + arcsin(x)

________________________________________________________________________________________

mupad [B]  time = 0.04, size = 14, normalized size = 0.88 \[ \mathrm {asin}\relax (x)-\sqrt {1-x^2} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((x + 1)/(1 - x^2)^(1/2),x)

[Out]

asin(x) - (1 - x^2)^(1/2)

________________________________________________________________________________________

sympy [A]  time = 0.15, size = 10, normalized size = 0.62 \[ - \sqrt {1 - x^{2}} + \operatorname {asin}{\relax (x )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((1+x)/(-x**2+1)**(1/2),x)

[Out]

-sqrt(1 - x**2) + asin(x)

________________________________________________________________________________________